string_trim
Syntax:
string_trim(string, substr, front, back)
Arguments:
| Argument Name | Type | Description |
|---|---|---|
| string | string | string to modify |
| substr | string | what to remove |
| front | bool | whether or not to trim the front |
| back | bool | whether or not to trim the back |
Returns: (string)
Description:
Loading page...
